.ho-field {
    margin-top: 1.5rem;
    position: relative;
}

.ho-input {
    width: 100%;
}

.ho-label {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}

.ho-label div, .ho-label .ho-required-star {
    display: inline;
}

.ho-field-error {
    color: #007359;
}


.ho-field-error::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #007359;
}

.ho-field-error {
    font-family: "montserrat", sans-serif;
    font-size: 1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -1.25rem;
    right: -1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #FFFFFF;
    background: #007359;
}

.ho-submit {
    background: #007359;
    border-color: #007359;
    color: #FFFFFF;
    width: 100%;
}

.ho-submit:hover, .ho-submit:focus {
    background: #015C42;
    border-color: #015C42;
    color: #fff;
}

.ho-message-container {
    background: #111111;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
    display: block;
    color: #ff6163;
}

.ho-success-message-container {
    color: #fff;
}

.ho-radio-option {
    display: block;
}

.ho-radio-option input {
    margin: 0;
}

.ho-radio-option label {
    padding-left: 10px;
    color: #fff;
    display: inline-block;
}

.ho-help-text {
    color: #fff;
}